home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet bezpieczenstwa / mini Pentoo LiveCD 2006.1 / mpentoo-2006.1.iso / modules / nessus-2.2.8.mo / usr / lib / nessus / plugins / debian_DSA-114.nasl < prev    next >
Text File  |  2005-03-31  |  2KB  |  55 lines

  1. # This script was automatically generated from the dsa-114
  2. # Debian Security Advisory
  3. # It is released under the Nessus Script Licence.
  4. # Advisory is copyright 1997-2004 Software in the Public Interest, Inc.
  5. # See http://www.debian.org/license
  6. # DSA2nasl Convertor is copyright 2004 Michel Arboi
  7.  
  8. if (! defined_func('bn_random')) exit(0);
  9.  
  10. desc = '
  11. Thomas Springer found a vulnerability in GNUJSP, a Java servlet that
  12. allows you to insert Java source code into HTML files.  The problem
  13. can be used to bypass access restrictions in the web server.  An
  14. attacker can view the contents of directories and download files
  15. directly rather then receiving their HTML output.  This means that the
  16. source code of scripts could also be revealed.
  17. The problem was fixed by Stefan Gybas, who maintains the Debian
  18. package of GNUJSP.  It is fixed in version 1.0.0-5 for the stable
  19. release of Debian GNU/Linux.
  20. The versions in testing and unstable are the same as the one in stable
  21. so they are vulnerable, too.  You can install the fixed version this
  22. advisory refers to on these systems to solve the problem as this
  23. package is architecture independent.
  24. We recommend that you upgrade your gnujsp package immediately.
  25.  
  26.  
  27. Solution : http://www.debian.org/security/2002/dsa-114
  28. Risk factor : High';
  29.  
  30. if (description) {
  31.  script_id(14951);
  32.  script_version("$Revision: 1.4 $");
  33.  script_xref(name: "DSA", value: "114");
  34.  script_cve_id("CVE-2002-0300");
  35.  
  36.  script_description(english: desc);
  37.  script_copyright(english: "This script is (C) 2004 Michel Arboi");
  38.  script_name(english: "[DSA114] DSA-114-1 gnujsp");
  39.  script_category(ACT_GATHER_INFO);
  40.  script_family(english: "Debian Local Security Checks");
  41.  script_dependencies("ssh_get_info.nasl");
  42.  script_require_keys("Host/Debian/dpkg-l");
  43.  script_summary(english: "DSA-114-1 gnujsp");
  44.  exit(0);
  45. }
  46.  
  47. include("debian_package.inc");
  48.  
  49. w = 0;
  50. if (deb_check(prefix: 'gnujsp', release: '2.2', reference: '1.0.0-5')) {
  51.  w ++;
  52.  if (report_verbosity > 0) desc = strcat(desc, '\nThe package gnujsp is vulnerable in Debian 2.2.\nUpgrade to gnujsp_1.0.0-5\n');
  53. }
  54. if (w) { security_hole(port: 0, data: desc); }
  55.